﻿2026-04-29T08:54:43.2129795Z ##[group]Run actions/checkout@v6
2026-04-29T08:54:43.2131055Z with:
2026-04-29T08:54:43.2131671Z   lfs: true
2026-04-29T08:54:43.2132356Z   repository: Mesya82/Service-Book
2026-04-29T08:54:43.2133753Z   token: ***
2026-04-29T08:54:43.2134433Z   ssh-strict: true
2026-04-29T08:54:43.2135121Z   ssh-user: git
2026-04-29T08:54:43.2135822Z   persist-credentials: true
2026-04-29T08:54:43.2136607Z   clean: true
2026-04-29T08:54:43.2137316Z   sparse-checkout-cone-mode: true
2026-04-29T08:54:43.2138192Z   fetch-depth: 1
2026-04-29T08:54:43.2138878Z   fetch-tags: false
2026-04-29T08:54:43.2139608Z   show-progress: true
2026-04-29T08:54:43.2140331Z   submodules: false
2026-04-29T08:54:43.2141053Z   set-safe-directory: true
2026-04-29T08:54:43.2142220Z env:
2026-04-29T08:54:43.2142935Z   FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
2026-04-29T08:54:43.2144313Z ##[endgroup]
2026-04-29T08:54:43.3324169Z Syncing repository: Mesya82/Service-Book
2026-04-29T08:54:43.3328097Z ##[group]Getting Git version info
2026-04-29T08:54:43.3332670Z Working directory is '/home/runner/work/Service-Book/Service-Book'
2026-04-29T08:54:43.3337960Z [command]/usr/bin/git version
2026-04-29T08:54:43.3340129Z git version 2.53.0
2026-04-29T08:54:43.3379523Z [command]/usr/bin/git lfs version
2026-04-29T08:54:43.3641056Z git-lfs/3.7.1 (GitHub; linux amd64; go 1.24.4)
2026-04-29T08:54:43.3668265Z ##[endgroup]
2026-04-29T08:54:43.3683946Z Temporarily overriding HOME='/home/runner/work/_temp/507d3988-2396-46d5-8076-ae41bdbcc671' before making global git config changes
2026-04-29T08:54:43.3691427Z Adding repository directory to the temporary git global config as a safe directory
2026-04-29T08:54:43.3696595Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/Service-Book/Service-Book
2026-04-29T08:54:43.3736052Z Deleting the contents of '/home/runner/work/Service-Book/Service-Book'
2026-04-29T08:54:43.3741904Z ##[group]Initializing the repository
2026-04-29T08:54:43.3755810Z [command]/usr/bin/git init /home/runner/work/Service-Book/Service-Book
2026-04-29T08:54:43.3851283Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-04-29T08:54:43.3855456Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-04-29T08:54:43.3862985Z hint: to use in all of your new repositories, which will suppress this warning,
2026-04-29T08:54:43.3866426Z hint: call:
2026-04-29T08:54:43.3868534Z hint:
2026-04-29T08:54:43.3870740Z hint: 	git config --global init.defaultBranch <name>
2026-04-29T08:54:43.3873968Z hint:
2026-04-29T08:54:43.3876865Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-04-29T08:54:43.3886017Z hint: 'development'. The just-created branch can be renamed via this command:
2026-04-29T08:54:43.3888945Z hint:
2026-04-29T08:54:43.3898196Z hint: 	git branch -m <name>
2026-04-29T08:54:43.3900017Z hint:
2026-04-29T08:54:43.3902568Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-04-29T08:54:43.3907477Z Initialized empty Git repository in /home/runner/work/Service-Book/Service-Book/.git/
2026-04-29T08:54:43.3915699Z [command]/usr/bin/git remote add origin https://github.com/Mesya82/Service-Book
2026-04-29T08:54:43.3924525Z ##[endgroup]
2026-04-29T08:54:43.3926953Z ##[group]Disabling automatic garbage collection
2026-04-29T08:54:43.3929439Z [command]/usr/bin/git config --local gc.auto 0
2026-04-29T08:54:43.3936640Z ##[endgroup]
2026-04-29T08:54:43.3939491Z ##[group]Setting up auth
2026-04-29T08:54:43.3943276Z Removing SSH command configuration
2026-04-29T08:54:43.3945494Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-04-29T08:54:43.3984605Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-04-29T08:54:43.4241057Z Removing HTTP extra header
2026-04-29T08:54:43.4243642Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-04-29T08:54:43.4324979Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-04-29T08:54:43.4554321Z Removing includeIf entries pointing to credentials config files
2026-04-29T08:54:43.4556759Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-04-29T08:54:43.4593747Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-04-29T08:54:43.4832616Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-48203959-123c-46d3-ba42-2acc7df57a44.config http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-04-29T08:54:43.4895540Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/Service-Book/Service-Book/.git.path /home/runner/work/_temp/git-credentials-48203959-123c-46d3-ba42-2acc7df57a44.config
2026-04-29T08:54:43.4937951Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/Service-Book/Service-Book/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-48203959-123c-46d3-ba42-2acc7df57a44.config
2026-04-29T08:54:43.4976884Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-48203959-123c-46d3-ba42-2acc7df57a44.config
2026-04-29T08:54:43.5014087Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-48203959-123c-46d3-ba42-2acc7df57a44.config
2026-04-29T08:54:43.5051554Z ##[endgroup]
2026-04-29T08:54:43.5053891Z [command]/usr/bin/git lfs install --local
2026-04-29T08:54:43.5420013Z Updated Git hooks.
2026-04-29T08:54:43.5422179Z Git LFS initialized.
2026-04-29T08:54:43.5436057Z ##[group]Fetching the repository
2026-04-29T08:54:43.5447680Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +6c73a4b709a0266eabc9fc3fafb75c08433a04e6:refs/remotes/pull/50/merge
2026-04-29T08:54:44.0067674Z From https://github.com/Mesya82/Service-Book
2026-04-29T08:54:44.0094353Z  * [new ref]         6c73a4b709a0266eabc9fc3fafb75c08433a04e6 -> pull/50/merge
2026-04-29T08:54:44.0122389Z ##[endgroup]
2026-04-29T08:54:44.0124681Z ##[group]Determining the checkout info
2026-04-29T08:54:44.0126273Z ##[endgroup]
2026-04-29T08:54:44.0127441Z ##[group]Fetching LFS objects
2026-04-29T08:54:44.0146134Z [command]/usr/bin/git lfs fetch origin refs/remotes/pull/50/merge
2026-04-29T08:54:44.0509054Z Fetching reference refs/remotes/pull/50/merge
2026-04-29T08:54:44.4575233Z ##[endgroup]
2026-04-29T08:54:44.4589215Z [command]/usr/bin/git sparse-checkout disable
2026-04-29T08:54:44.4639341Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-04-29T08:54:44.4691388Z ##[group]Checking out the ref
2026-04-29T08:54:44.4714320Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/50/merge
2026-04-29T08:54:44.5344791Z Note: switching to 'refs/remotes/pull/50/merge'.
2026-04-29T08:54:44.5373498Z 
2026-04-29T08:54:44.5376510Z You are in 'detached HEAD' state. You can look around, make experimental
2026-04-29T08:54:44.5379297Z changes and commit them, and you can discard any commits you make in this
2026-04-29T08:54:44.5392585Z state without impacting any branches by switching back to a branch.
2026-04-29T08:54:44.5403715Z 
2026-04-29T08:54:44.5425114Z If you want to create a new branch to retain commits you create, you may
2026-04-29T08:54:44.5432782Z do so (now or later) by using -c with the switch command. Example:
2026-04-29T08:54:44.5453448Z 
2026-04-29T08:54:44.5456361Z   git switch -c <new-branch-name>
2026-04-29T08:54:44.5473566Z 
2026-04-29T08:54:44.5481005Z Or undo this operation with:
2026-04-29T08:54:44.5490853Z 
2026-04-29T08:54:44.5519944Z   git switch -
2026-04-29T08:54:44.5537314Z 
2026-04-29T08:54:44.5554389Z Turn off this advice by setting config variable advice.detachedHead to false
2026-04-29T08:54:44.5563735Z 
2026-04-29T08:54:44.5564770Z HEAD is now at 6c73a4b Merge ef784f82e51368f2736915fa2001e4c3c8f07a2e into 8d975e67b23252f2760f27bb51a133ff36eb14d9
2026-04-29T08:54:44.5855595Z ##[endgroup]
2026-04-29T08:54:44.5910614Z [command]/usr/bin/git log -1 --format=%H
2026-04-29T08:54:44.5922567Z 6c73a4b709a0266eabc9fc3fafb75c08433a04e6
